projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfcff8f
)
w32--os-description: Fix previous change
author
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 20 May 2019 12:34:36 +0000
(14:34 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 20 May 2019 12:34:36 +0000
(14:34 +0200)
* lisp/w32-fns.el (w32--os-description): Fix inadvertant "o" added
to the end of the function name in the previous patch (bug#35807).
lisp/w32-fns.el
patch
|
blob
|
history
diff --git
a/lisp/w32-fns.el
b/lisp/w32-fns.el
index 2b6464ab98624c065ac72c0f6ecd27591ec45558..443a995cb8d1bf3ff021a6f134c7563bae46fc32 100644
(file)
--- a/
lisp/w32-fns.el
+++ b/
lisp/w32-fns.el
@@
-308,7
+308,7
@@
names."
(declare-function w32-version "w32-win" ())
(declare-function w32-read-registry "w32fns" (root key name))
-(defun w32--os-description
o
()
+(defun w32--os-description ()
"Return a string describing the underlying OS and its version."
(let* ((w32ver (car (w32-version)))
(w9x-p (< w32ver 5))